Eclipse Platform
Pre-release 3.0

Package org.eclipse.jface.text.reconciler

Provides a reconciler add-on for an ITextViewer.

See:
          Description

Interface Summary
IReconcilableModel Tagging interface for a reconcilable model.
IReconciler An IReconciler defines and maintains a model of the content of the text viewer's document in the presence of changes applied to this document.
IReconcileResult Tagging interface for the result reported by a reconcile step
IReconcilerExtension Extension interface for IReconciler.
IReconcileStep A reconcile step is one of n steps of a reconcile strategy that consists of several steps.
IReconcilingStrategy A reconciling strategy is used by an reconciler to reconcile a model based on text of a particular content type.
IReconcilingStrategyExtension Extension interface for IReconcilingStrategy.
 

Class Summary
AbstractReconciler Abstract implementation of IReconciler.
AbstractReconcileStep Abstract implementation of a reconcile step.
DirtyRegion A dirty region describes a document range which has been changed.
DocumentAdapter Adapts an IDocument to a IReconcilableModel.
MonoReconciler Standard implementation of IReconciler.
Reconciler Standard implementation of IReconciler.
 

Package org.eclipse.jface.text.reconciler Description

Provides a reconciler add-on for an ITextViewer. A  reconciler provides generic synchronization support  with the content of the document serving as the ITextViewer's input. There is no explicit model of what is synchronized.

Package Specification

IReconciler defines the concept of a reconciler. It collaborates with content type specific reconciling strategies (IReconcilingStrategy) which perform the synchronization for a given dirty region. The package contains a default implementation of IReconciler (Reconciler). Reconciler and MonoReconciler implements reconciling as a periodic background activity and folds co-located changes while being inactive.


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.